home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Exploring Where & Why
/
Exploring Where & Why.iso
/
pc
/
MODULES
/
LESSON04
/
ACT04A
/
common4.cst
/
00037_play again.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2003-05-01
|
295 b
|
9 lines
on mouseDown
if bounceButton(the clickon) then
--gets the index of next movie and palys it
set theMovie=chars(the moviename,1,length(the moviename)-4)
put value(the last char of theMovie)+1 into char length(theMovie) of theMovie
go to movie the moviepath&theMovie
end if
end